home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / empathy / empathy-contact-groups.dtd < prev    next >
Encoding:
Text File  |  2009-10-29  |  328 b   |  18 lines

  1. <!--
  2.   DTD for Empathys contact groups.
  3.   by Martyn Russell <mr@gnome.org>
  4. -->
  5.  
  6. <!-- Root element. -->
  7. <!ELEMENT contacts (account)>
  8.  
  9. <!ELEMENT account (group)+>
  10. <!ATTLIST account 
  11.     name CDATA #REQUIRED>
  12.  
  13. <!-- Groups in the roster. -->
  14. <!ELEMENT group EMPTY>
  15. <!ATTLIST group
  16.    name CDATA #REQUIRED
  17.    expanded CDATA #REQUIRED>
  18.